PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / setMeasureUnit Method
A text string specifying a label for displaying the units represented by this object in a user interface; the label should use a universally recognized abbreviation.
In This Topic
    setMeasureUnit Method
    In This Topic
    Sets the measure unit.
    Syntax
    public void setMeasureUnit( 
       java.lang.String measureUnit
    )

    Parameters

    measureUnit
    A text string specifying a label for displaying the units represented by this object in a user interface; the label should use a universally recognized abbreviation.
    Exceptions
    ExceptionDescription
    When measureUnit is null.
    See Also